ASP.NET Core MVC コントロールヘルプ
ShowGroupPanel<T>(MultiRowBuilder<T>,Action<FlexGridGroupPanelBuilder<T>>,String) メソッド

C1.AspNetCore.Mvc.MultiRow アセンブリ > C1.Web.Mvc.MultiRow.Fluent 名前空間 > MultiRowGroupPanelExtension クラス > ShowGroupPanel メソッド : ShowGroupPanel<T>(MultiRowBuilder<T>,Action<FlexGridGroupPanelBuilder<T>>,String) メソッド
The data record type.
The specified FlexGrid builder.
The specified FlexGridGroupPanel builder
The specified selector for the FlexGridGroupPanel's host element.
Apply the FlexGridGroupPanel extender in FlexGrid.
シンタックス
'宣言
 
Public Overloads Shared Function ShowGroupPanel(Of T)( _
   ByVal gridBuilder As MultiRowBuilder(Of T), _
   ByVal gridGroupPanelBuilder As System.Action(Of FlexGridGroupPanelBuilder(Of T)), _
   Optional ByVal selector As System.String _
) As MultiRowBuilder(Of T)
public static MultiRowBuilder<T> ShowGroupPanel<T>( 
   MultiRowBuilder<T> gridBuilder,
   System.Action<FlexGridGroupPanelBuilder<T>> gridGroupPanelBuilder,
   System.string selector
)

パラメータ

gridBuilder
The specified FlexGrid builder.
gridGroupPanelBuilder
The specified FlexGridGroupPanel builder
selector
The specified selector for the FlexGridGroupPanel's host element.

型パラメータ

T
The data record type.

戻り値の型

The MultiRow builder.
参照

MultiRowGroupPanelExtension クラス
MultiRowGroupPanelExtension メンバ
オーバーロード一覧